Autogenerated HTML docs for v1.5.1.1-98-gedb4f 
diff --git a/git-config.html b/git-config.html index 6e7dda1..c017928 100644 --- a/git-config.html +++ b/git-config.html 
@@ -689,6 +689,21 @@  </p>   </dd>   <dt>  +core.autocrlf  +</dt>  +<dd>  +<p>  + If true, makes git convert <tt>CRLF</tt> at the end of lines in text files to  + <tt>LF</tt> when reading from the filesystem, and convert in reverse when  + writing to the filesystem. The variable can be set to  + <em>input</em>, in which case the conversion happens only while  + reading from the filesystem but files are written out with  + <tt>LF</tt> at the end of lines. Currently, which paths to consider  + "text" (i.e. be subjected to the autocrlf mechanism) is  + decided purely based on the contents.  +</p>  +</dd>  +<dt>   core.symlinks   </dt>   <dd>  @@ -1141,7 +1156,7 @@  </dt>   <dd>   <p>  - Whether the cvs pserver interface is enabled for this repository.  + Whether the cvs server interface is enabled for this repository.   See <a href="git-cvsserver.html">git-cvsserver(1)</a>.   </p>   </dd>  @@ -1150,11 +1165,23 @@  </dt>   <dd>   <p>  - Path to a log file where the cvs pserver interface well&#8230; logs  + Path to a log file where the cvs server interface well&#8230; logs   various stuff. See <a href="git-cvsserver.html">git-cvsserver(1)</a>.   </p>   </dd>   <dt>  +gitcvs.allbinary  +</dt>  +<dd>  +<p>  + If true, all files are sent to the client in mode <em>-kb</em>. This  + causes the client to treat all files as binary files which suppresses  + any newline munging it otherwise might do. A work-around for the  + fact that there is no way yet to set single files to mode <em>-kb</em>.  + See <a href="git-cvsserver.html">git-cvsserver(1)</a>.  +</p>  +</dd>  +<dt>   http.sslVerify   </dt>   <dd>  @@ -1230,7 +1257,7 @@  <dd>   <p>   A boolean which disables using of EPSV ftp command by curl.  - This can helpful with some "poor" ftp servers which doesn't  + This can helpful with some "poor" ftp servers which don't   support EPSV mode. Can be overridden by the <em>GIT_CURL_FTP_NO_EPSV</em>   environment variable. Default is false (curl will use EPSV).   </p>  @@ -1539,7 +1566,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 04-Apr-2007 18:33:34 UTC  +Last updated 14-Apr-2007 16:21:44 UTC   </div>   </div>   </body>